home *** CD-ROM | disk | FTP | other *** search
/ My Neighborhood / My Neighborhood.iso / mac / MacFiles / ExitDS.Dxr / 00021.ls < prev    next >
Encoding:
Text File  |  1997-11-21  |  282 b   |  12 lines

  1. on exitFrame
  2.   global direc
  3.   set the locV of sprite 7 to the locV of sprite 7 - 200
  4.   set the locV of sprite 8 to the locV of sprite 8 - 200
  5.   set the locV of sprite 9 to the locV of sprite 9 - 200
  6.   if direc = "next" then
  7.     getNextGroup()
  8.   else
  9.     getPrevGroup()
  10.   end if
  11. end
  12.